Vcenter Namespaces Mobility Virtualmachines Imports SubnetInfo

Vcenter Namespaces Mobility Virtualmachines Imports SubnetInfo
Vcenter Namespaces Mobility Virtualmachines Imports SubnetInfo

The Vcenter Namespaces Mobility Virtualmachines Imports SubnetInfo schema contains information identifying a Subnet.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "type": "string"
}
string
name
Required

The name of the Subnet to which the network device should be connected.

This name corresponds to the Vcenter Namespaces Networks Nsx Subnets Info.name field retrieved from the Subnets API.

This property was added in vSphere API 9.0.0.0.

string
type
Optional

The type of the Subnet, indicating whether it is a SUBNET or SUBNETSET.

This corresponds to the Vcenter Namespaces Networks Nsx Subnets Info.type field retrieved from the Subnets API.

For more information see: Vcenter Namespaces Mobility Virtualmachines Imports SubnetInfo Entity.

This property was added in vSphere API 9.0.0.0.

If missing or null, the Vcenter Namespaces Mobility Virtualmachines Imports SubnetInfo.name will be used to find the appropriate SUBNET or SUBNETSET. This is required if the same name is found for both SUBNET and SUBNETSET.